home *** CD-ROM | disk | FTP | other *** search
- #ifndef __MRCMAIN_H
- #define __MRCMAIN_H
-
- #include <stdio.h>
- #include <dir.h>
- #include <owl\applicat.h>
- #include <owl\framewin.h>
- #include <owl\checkbox.h>
- #include <owl\opensave.h>
- #include <owl\dialog.h>
- #include <owl\button.h>
- #include <owl\edit.h>
- #include <owl\listbox.h>
- #include <owl\radiobut.h>
- #include <owl\opensave.h>
- #include <owl\static.h>
- #define CLEAN 0
- #define CONFIG 1
- #define IDC_DUMMY 999
-
- #include "mrclean.rh"
- #include "dialogs.h"
- #include "mrclean.h"
-
- #endif
-
-